home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'NoteBReg.pas' rev: 3.00
-
- #ifndef NoteBRegHPP
- #define NoteBRegHPP
- #include <DsgnIntf.hpp>
- #include <Classes.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Notebreg
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TPageNameProperty;
- class PASCALIMPLEMENTATION TPageNameProperty : public Dsgnintf::TPropertyEditor
- {
- typedef Dsgnintf::TPropertyEditor inherited;
-
- public:
- virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
- virtual void __fastcall GetValues(Classes::TGetStrProc Proc);
- virtual System::AnsiString __fastcall GetValue(void);
- virtual void __fastcall SetValue(const System::AnsiString AValue);
- public:
- /* TPropertyEditor.Destroy */ __fastcall virtual ~TPageNameProperty(void) { }
-
- public:
- /* TObject.Create */ __fastcall TPageNameProperty(void) : Dsgnintf::TPropertyEditor() { }
-
- };
-
- class DELPHICLASS TPageListProperty;
- class PASCALIMPLEMENTATION TPageListProperty : public Dsgnintf::TPropertyEditor
- {
- typedef Dsgnintf::TPropertyEditor inherited;
-
- public:
- virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
- virtual System::AnsiString __fastcall GetValue(void);
- virtual void __fastcall Edit(void);
- public:
- /* TPropertyEditor.Destroy */ __fastcall virtual ~TPageListProperty(void) { }
-
- public:
- /* TObject.Create */ __fastcall TPageListProperty(void) : Dsgnintf::TPropertyEditor() { }
-
- };
-
- class DELPHICLASS TNotebookEditor;
- class PASCALIMPLEMENTATION TNotebookEditor : public Dsgnintf::TDefaultEditor
- {
- typedef Dsgnintf::TDefaultEditor inherited;
-
- public:
- virtual void __fastcall ExecuteVerb(int Index);
- virtual System::AnsiString __fastcall GetVerb(int Index);
- virtual int __fastcall GetVerbCount(void);
- public:
- /* TComponentEditor.Create */ __fastcall virtual TNotebookEditor(Classes::TComponent* AComponent, Dsgnintf::TFormDesigner*
- ADesigner) : Dsgnintf::TDefaultEditor(AComponent, ADesigner) { }
-
- public:
- /* TObject.Destroy */ __fastcall virtual ~TNotebookEditor(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Notebreg */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Notebreg;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // NoteBReg
-